home *** CD-ROM | disk | FTP | other *** search
/ BlastDOS / [DOS_Application]_BIT_Software_-_BitCom_3.58c_-_Distribution_Disks.zip / HANDYKEY.ACT < prev    next >
Text File  |  1990-06-01  |  692b  |  13 lines

  1. { This file defines some handy function keys }
  2. @alt-a = 'sendfile(prompt("Enter name of file to send:"), "xmodem")'
  3. @alt-c = '@a = prompt("Enter color code: "); Z#setatt(@a);'
  4. @alt-d = '{ Give DOS cmd } @a = prompt("Enter DOS command: "); dos(@a)'
  5. @alt-e = '{echo on } @echo = 1;'
  6. @alt-n = '{echo off} @echo = 0;'
  7. @alt-t = '{ Display time } typecr("Current time is @cdate @ctime")'
  8. @alt-h = '{ Hangup phone } hangup; "ATO$0D" '
  9. @alt-x = '@maxrow=44;dos("setmode -ammono -c132 -r44 -mmon");clear;z#setmar(1,44)'
  10. @alt-y = '{ 80 col}@maxrow=25;dos("setmode -ammono -c80  -r25 -mmon");clear'
  11. @alt-s = '{ let the host get a file} invoke sendfile.act'
  12. @alt-z = '{ Clear Screen } clear'
  13.